home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / thor / mailtoscripts / ibmailtothor.readme < prev    next >
Text File  |  1996-11-10  |  2KB  |  45 lines

  1.  
  2.         IBMailTo.thor v1.1 (14/08/96) John S. Burger
  3.                  <jsburger@xmission.com>
  4.  
  5. This script borrows heavily from AwebMailTo.thor by Shaun Downend.
  6.                   <shaund@amiganut.demon.co.uk>
  7.                         Thanks Shaun!!!
  8.  
  9. This script is designed for use with IBrowse's external mailto: support.
  10. It will take the email address supplied by IBrowse and start the text
  11. editor of your choice and automatically fill in the To: field. When you
  12. have finished you save the message and it will appear as an event in Thor.
  13.  
  14.  
  15. Configuration in this script:-
  16.  
  17. MailSystem is the name of your TCP system in THOR, and MailConfName is
  18. the name of your email conference in THOR.
  19.  
  20. Setting AddSignature to 'Y' will make IBMailTo.thor read your conference/
  21. BBS/global signature settings in that order and add that signature to your
  22. mail or you can have an external signature. If you use the $time or $ver
  23. variables in your Thor Signature they will not substitute even if Thor is
  24. running. In that case create another signature file without the variables
  25. and use the external 'E' signature option.
  26.  
  27. Setting SendEvent to 'Y' will send the mail immediately provided you are
  28. on line. Please note that ALL pending events in Thor will be sent not
  29. only the mail you just wrote. If SendEvent is set to 'N' the mail will not
  30. be sent automatically.
  31.  
  32. Set Editor to the text editor of your choice. It must have a sticky option,
  33. in other words not detach itself.
  34.  
  35.  
  36. Configuration in IBrowse:-
  37.  
  38. Go to the Network preferences page, Email & Telnet tab in IBrowse. Set both
  39. Mailto and Sendmail to External. In the Mailto command string gadget enter
  40. "Your:Path/IBMailTo.thor %h". Sending a mailto: with IBrowse should now
  41. produce an EnterMsg event in THOR.
  42.  
  43. Note: THOR does not have to be running for this script to work!
  44.  
  45.